home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
BUBBA03.ARJ
/
PNAREA.TPL
< prev
next >
Wrap
Text File
|
1992-02-12
|
466b
|
38 lines
onlinetest "on"
output @FORUM
set %prompt "Select:"
call PROMPT
log session @TEMPLOG
output "a ?\r"
untilidle 5
close session
if offline goto NOGO
output "\r"
call PROMPT
output "m\r"
call PROMPT
goto DONE
:PROMPT
set count 5
:PROMPT1
input 12 %prompt
if offline goto NOGO
if success goto PROMPT2
reinput %prompt
if success goto PROMPT2
output "\r"
if count goto PROMPT1
goto DONE
:PROMPT2
return
:DONE
exit 0
:NOGO
exit 1